←Select platform

CacheItem<T> Class Members

Summary

The following tables list the members exposed by CacheItem<T>.

Public Constructors

Name Description
CacheItem<T> Initializes a new instance of CacheItem<T> with the specified key.
CacheItem<T> Initializes a new instance of CacheItem<T> with the specified key and value.
CacheItem<T> Initializes a new instance of CacheItem<T> with the specified key and value and region.

Protected Constructors

Name Description
CacheItem<T> Initializes a new instance of CacheItem<T>.

Public Methods

Name Description
ToNonGeneric Creates a non generic version of this class.

Public Properties

Name Description
Key The unique identifier for this CacheItem<T>.
RegionName Name of the region in the cache for this CacheItem<T>.
Value Data for this CacheItem<T>.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly